Disconnects the time line from the subscription list
Namespace:
Equis.JanusToolkitAssembly: Janus (in Janus.dll)
Syntax
| C# |
|---|
public void Disconnect() |
Remarks
This method allows you to keep a local copy of a timeline
but not received any remote updates for that object
Examples
pointerPosition[myClientNumber].Disconnect();
| |